14. Recap
Passwords are Ubiquitous and the ABSOLUTE worst.
ND004 C03 L03 A09 Recap
Additional Resources:
Security and Password Policies
Password Managers
- LastPass
- Chrome Password Manager (better than a postit)
Apply what you've learned
QUIZ QUESTION: :
Match some key tasks with areas of the stack to minimize risk
ANSWER CHOICES:
Part of the Stack |
What You Can Do |
---|---|
Salt and Hash Passwords before storing in database |
|
Give server admin password to junior engineers |
|
Store Plain Text in Database |
|
Transmit over http (non-secure) |
|
Store Plain Text in Text File |
|
Never change your database password |
|
Code Review to Ensure Not Logging Passwords |
|
Send only over HTTPS, TLS/SSL |
SOLUTION:
Part of the Stack |
What You Can Do |
---|---|
Salt and Hash Passwords before storing in database |
|
Code Review to Ensure Not Logging Passwords |
|
Send only over HTTPS, TLS/SSL |